projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4724eab
)
(reporter-bug-hook): Use rfc822-goto-eoh.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 8 May 1998 22:05:42 +0000
(22:05 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 8 May 1998 22:05:42 +0000
(22:05 +0000)
lisp/mail/reporter.el
patch
|
blob
|
history
diff --git
a/lisp/mail/reporter.el
b/lisp/mail/reporter.el
index 748237dea0579f724289e8dc9e9f11a716641bf2..f276e56b0fb2982b392da16b84fb4d78c25d6d63 100644
(file)
--- a/
lisp/mail/reporter.el
+++ b/
lisp/mail/reporter.el
@@
-398,8
+398,7
@@
composed.")
;; prohibit sending mail if empty bug report
(let ((after-sep-pos
(save-excursion
- (beginning-of-buffer)
- (re-search-forward (reporter-calculate-separator) (point-max) 'move)
+ (rfc822-goto-eoh)
(forward-line 1)
(point))))
(save-excursion